func internal/runtime/cgroup.parseV1Number

2 uses

	internal/runtime/cgroup (current package)
		cgroup_linux.go#L212: 	return parseV1Number(buf)
		cgroup_linux.go#L215: func parseV1Number(buf []byte) (int64, error) {